type net/http.http2DataFrame

11 uses

	net/http (current package)
		h2_bundle.go#L1751: 	dataFrame http2DataFrame
		h2_bundle.go#L1754: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
		h2_bundle.go#L1756: 		return &http2DataFrame{}
		h2_bundle.go#L1911: type http2DataFrame struct {
		h2_bundle.go#L1916: func (f *http2DataFrame) StreamEnded() bool {
		h2_bundle.go#L1924: func (f *http2DataFrame) Data() []byte {
		h2_bundle.go#L2956: 	case *http2DataFrame:
		h2_bundle.go#L5152: 	case *http2DataFrame:
		h2_bundle.go#L5367: func (sc *http2serverConn) processData(f *http2DataFrame) error {
		h2_bundle.go#L8848: 		case *http2DataFrame:
		h2_bundle.go#L9196: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {